[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DWORD pascal WinSetFlags(HWND hWnd, DWORD fFlags)

  OR's the window's flags field with the value in the second
parameter.

Parameters
  hWnd is the handle of the window to query.
  fFlags is the double word value of the flags to OR the current flags with.

Returns
  The new value of the flags field if successful, 0 if not.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson